projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8127621
)
(Info-get-token): Doc fix.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 4 Jan 1996 23:42:04 +0000
(23:42 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 4 Jan 1996 23:42:04 +0000
(23:42 +0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index ed4f7ff11d3dc4ed428569f1411ccbc4e6273fc1..a0a973a178a90bb294f6e833f0d2ccba61727fc2 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-1405,7
+1405,7
@@
POS must be somewhere inside the token
START is a regular expression which will match the
beginning of the tokens delimited string
ALL is a regular expression with a single
- parenthized subpattern which is the token to be
+ parenth
es
ized subpattern which is the token to be
returned. E.g. '{\(.*\)}' would return any string
enclosed in braces around POS.
SIG optional fourth argument, controls action on no match